Stop defaulting to the root window in gdk_window_get_geometry
authorMatthias Clasen <mclasen@redhat.com>
Mon, 6 Nov 2017 00:29:49 +0000 (19:29 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Nov 2017 00:29:49 +0000 (19:29 -0500)
commitde83fc48bf510a82c7313723c03276c56b03b275
tree3baaae0be6b2e8b18665e4bffa6477794d2ef85a
parent50cf11d39819cc83d9a706cc115c72d732f71df3
Stop defaulting to the root window in gdk_window_get_geometry

This function is not documented as accepting NULL for the
window, and we don't want to have the root window sneakily
appear in the api like this.
gdk/gdkwindow.c